home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / files / IDSTART.DIR / 00004.ls < prev    next >
Encoding:
Text File  |  1999-04-29  |  248 b   |  17 lines

  1. global qtproblem, discproblem
  2.  
  3. on enterFrame
  4.   put qtproblem && discproblem
  5.   sprite(4).visible = 0
  6.   sprite(5).visible = 0
  7.   if qtproblem = 1 then
  8.     go("MacQT")
  9.   end if
  10.   if discproblem = 1 then
  11.     go("MacDisc")
  12.   end if
  13. end
  14.  
  15. on exitFrame
  16. end
  17.